home *** CD-ROM | disk | FTP | other *** search
/ Nautilus 1992 July / Nautilus-3-8 / Nautilus-3-8.bin / Tools & Utilities / Techy Stuff / Development Environments ƒ / Perl 4.0.2 ƒ / os2 / selfrun.bat < prev    next >
Encoding:
DOS Batch File  |  1992-01-04  |  114 b   |  13 lines

  1. @echo off
  2. perl -x %0.bat
  3. goto exit
  4. #!perl
  5.  
  6. printf "
  7. This is a self-running perl script for DOS.
  8.  
  9. "
  10.  
  11. __END__
  12. :exit
  13.